Skip to main content

status

Type

property

Summary

Specifies the current status of a player object

Syntax

put the status of player "myPlayer" into tStatus

Description

Use the status property to find out the current status of a player object.

Examples

put the status of player "myPlayer" into tStatus
if tStatus is "loading" then
put "Loading" && CR after fld "myField"
else if tStatus is "playing" then
put "Playing" && CR after fld "myField"
else
put "Paused" && CR after fld "myField"
end if

keyword: player

property: looping, showSelection, callbacks, startTime, duration

glossary: property

Compatibility and Support

Introduced

LiveCode 6.7

OS

mac

Platforms

desktop

Thank you for your feedback!

Was this page helpful?